home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Apps / ProcessMonitor.app / English.lproj / DPSInspector.nib / data.classes next >
Encoding:
Text File  |  1992-03-05  |  274 b   |  21 lines

  1. DPSInspector = {
  2.     OUTLETS = {
  3.     backingStore;
  4.     virtualMemory;
  5.     };
  6.     SUPERCLASS = Inspector;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Inspector = {
  14.     OUTLETS = {
  15.     window;
  16.     contentView;
  17.     inspectView;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.